FindLast<TTarget>() Method
public FindLast<>()
where TTarget: T
'Declaration
Public Overloads Function FindLast(Of As T)() As
'Usage
Dim instance As TimeSpanDisplayFieldCollection
Dim value As
value = instance.FindLast(Of TTarget)()
Type Parameters
- TTarget
Return Value
The last T that matches the conditions defined by the specified predicate, if found; otherwise, the default value for type TTarget.